HTF Current/Average RangeThe "HTF(Higher Timeframe) Current/Average Range" indicator calculates and displays the current and average price ranges across multiple timeframes, including daily, weekly, monthly, 4 hour, and user-defined custom timeframes.
Users can customize the lookback period, table size, timeframe, and font color; with the indicator efficiently updating on the final bar to optimize performance.
When the current range surpasses the average range for a given timeframe, the corresponding table cell is highlighted in green, indicating potential maximum price expansion and signaling the possibility of an impending retracement or consolidation.
For day trading strategies, the daily average range can serve as a guide, allowing traders to hold positions until the current daily range approaches or meets the average range, at which point exiting the trade may be considered.
For scalping strategies, the 15min and 5min average range can be utilized to determine optimal holding periods for fast trades.
Other strategies:
Intraday Trading - 1h and 4h Average Range
Swing Trading - Monthly Average Range
Short-term Trading - Weekly Average Range
Also using these statistics in accordance with Power 3 ICT concepts, will assist in holding trades to their statistical average range of the chosen HTF candle.
CODE
The core functionality lies in the data retrieval and table population sections.
The request.security function (e.g., = request.security(syminfo.tickerid, "D", , lookahead = barmerge.lookahead_off)) retrieves high and low prices from specified timeframes without lookahead bias, ensuring accurate historical data.
These values are used to compute current ranges and average ranges (ta.sma(high - low, avgLength)), which are then displayed in a dynamically generated table starting at (if barstate.islast) using table.new, with conditional green highlighting when the current range is greater than average range, providing a clear visual cue for volatility analysis.
Cari dalam skrip untuk "swing trading"
Crypto DanR 1.4.2 PC-Roye Edition📜 Crypto DanR 1.4.2 — PC Roye Edition (Open Source)
This indicator combines Smart Money Concepts (SMC), Liquidity Analysis, and Trend Filtering to provide traders with a high-quality tool for intraday and swing trading on assets like XRP/USDT.
✅ What This Script Does
Crypto DanR 1.4.2 integrates the following advanced features:
Break of Structure (BOS) & Change of Character (CHoCH):
Detects key shifts in market structure
Helps confirm trend direction and reversal points
Fair Value Gaps (FVG):
Displays unmitigated liquidity voids using a style inspired by LuxAlgo
Highlights potential retracement zones where smart money may re-enter
Equal Highs / Equal Lows (EQH/EQL):
Marks liquidity zones that institutions often target before reversals
Order Blocks (OB):
Identifies potential institutional demand/supply zones
Option to filter by wick, body, or mitigation logic
Fibonacci Volatility Bands (based on BigBeluga’s logic):
Detects potential price extremes using Fib extensions on volatility
10 Moving Averages in One (inspired by hiimannshu's script):
Supports 10 custom MAs (SMA, EMA, RMA, HMA, VWMA, etc.) with adjustable source and timeframe
Ideal for trend filtering or dynamic support/resistance
Vector Candles (TradersReality / PVSRA):
Color-coded candles showing real-time volume pressure and trend bias
Visual Trade Plan:
Optional overlay for entry, stop-loss, and take-profit planning
Displays risk-to-reward ratio and potential % gain/loss live
🧠 How It Works
The script uses a price-action-first approach, built around concepts from Smart Money Theory. CHoCH and BOS detect structural shifts, while FVGs and OBs help forecast likely reaction zones. The multiple moving averages act as a trend filter to avoid entering against momentum.
This combination allows traders to:
Enter on mitigations or breakouts
Set stops outside liquidity zones
Manage trades visually with dynamic risk/reward levels
📊 Best Use Cases
15m or 1h scalping (ideal)
Swing trading on 4h
Works well on crypto, FX, and indices
🙏 Credits
TradersReality for PVSRA logic via public library
LuxAlgo for FVG inspiration
hiimannshu for 10-in-1 MA logic
BigBeluga for Fibonacci Bands methodology
All reused logic is significantly modified and part of a broader framework.
📌 Notes
Script is open-source to promote transparency and collaboration
Please do not copy-paste and republish without adding meaningful improvements
Feedback and suggestions welcome!
Crypto DanR 1.4.2 PC-Roye Edition📜 Crypto DanR 1.4.2 — PC Roye Edition (Open Source)
This indicator combines Smart Money Concepts (SMC), Liquidity Analysis, and Trend Filtering to provide traders with a high-quality tool for intraday and swing trading on assets like XRP/USDT.
✅ What This Script Does
Crypto DanR 1.4.2 integrates the following advanced features:
Break of Structure (BOS) & Change of Character (CHoCH):
Detects key shifts in market structure
Helps confirm trend direction and reversal points
Fair Value Gaps (FVG):
Displays unmitigated liquidity voids using a style inspired by LuxAlgo
Highlights potential retracement zones where smart money may re-enter
Equal Highs / Equal Lows (EQH/EQL):
Marks liquidity zones that institutions often target before reversals
Order Blocks (OB):
Identifies potential institutional demand/supply zones
Option to filter by wick, body, or mitigation logic
Fibonacci Volatility Bands (based on BigBeluga’s logic):
Detects potential price extremes using Fib extensions on volatility
10 Moving Averages in One (inspired by hiimannshu's script):
Supports 10 custom MAs (SMA, EMA, RMA, HMA, VWMA, etc.) with adjustable source and timeframe
Ideal for trend filtering or dynamic support/resistance
Vector Candles (TradersReality / PVSRA):
Color-coded candles showing real-time volume pressure and trend bias
Visual Trade Plan:
Optional overlay for entry, stop-loss, and take-profit planning
Displays risk-to-reward ratio and potential % gain/loss live
🧠 How It Works
The script uses a price-action-first approach, built around concepts from Smart Money Theory. CHoCH and BOS detect structural shifts, while FVGs and OBs help forecast likely reaction zones. The multiple moving averages act as a trend filter to avoid entering against momentum.
This combination allows traders to:
Enter on mitigations or breakouts
Set stops outside liquidity zones
Manage trades visually with dynamic risk/reward levels
📊 Best Use Cases
15m or 1h scalping (ideal)
Swing trading on 4h
Works well on crypto, FX, and indices
🙏 Credits
TradersReality for PVSRA logic via public library
LuxAlgo for FVG inspiration
hiimannshu for 10-in-1 MA logic
BigBeluga for Fibonacci Bands methodology
All reused logic is significantly modified and part of a broader framework.
📌 Notes
Script is open-source to promote transparency and collaboration
Please do not copy-paste and republish without adding meaningful improvements
Feedback and suggestions welcome!
Adaptive VWAP📌 Adaptive VWAP (AVWAP) — Volatility-Responsive Volume Weighted Average Price
Overview:
The Adaptive VWAP (AVWAP) is an enhanced and intelligent version of the traditional Volume Weighted Average Price (VWAP). Unlike standard VWAPs that reset at the start of each trading session, this script recalculates dynamically based on real-time market volatility, making it suitable for any timeframe and any asset class.
This tool is ideal for trend-followers, mean-reversion traders, and volatility-sensitive strategies, providing a smarter way to track average price and spot key support/resistance zones.
🔍 Key Features:
📈 Adaptive Lookback Length
Automatically adjusts the VWAP calculation length based on ATR-based market volatility. When volatility increases, the length shortens for faster responsiveness; when volatility contracts, the length expands to smooth out noise.
📊 Standard Deviation Bands (Optional)
Upper and lower bands are calculated based on volume-weighted variance, providing dynamic support and resistance zones. These help identify overbought/oversold levels or volatility breakouts.
🧠 Smoothing Factor
A user-defined smoothing option reduces sensitivity to short-term spikes in volatility, ensuring cleaner signals.
🧾 Real-Time Info Table
Displays key stats including the current adaptive length, volatility ratio, and VWAP value to help traders interpret how the indicator is adjusting to market conditions.
⚙️ How It Works (Technical Summary):
Volatility Measurement: Uses ATR (Average True Range) over a user-defined period to detect recent market volatility.
Adaptive Length Calculation: Compares the current ATR to its moving average to compute a volatility ratio. This ratio dynamically scales the VWAP length between length_min and length_max.
Smoothing: The adaptive length is then smoothed using a simple moving average for stability.
AVWAP Calculation: The VWAP is calculated using cumulative typical price × volume, divided by total volume over the adaptive window.
Deviation Bands: Volume-weighted standard deviation is used to draw bands above and below the AVWAP, similar to Bollinger Bands, but adjusted for volume and volatility.
🧠 Why Use AVWAP?
Unlike fixed-length VWAPs or session-bound versions, AVWAP adapts intelligently to changing market conditions. It behaves conservatively in stable markets and becomes more reactive in volatile environments — all without manual intervention. This makes it highly useful for:
✅ Tracking fair value on any timeframe
✅ Identifying dynamic support and resistance
✅ Spotting volatility shifts early
✅ Confirming trend continuation or potential reversals
🛠️ Customizable Inputs:
length_min / length_max — Range of adaptive lookback periods
volatility_period — ATR period used to measure volatility
smoothing — Smoothing for adaptive length
deviation_multiplier — Controls the width of the upper/lower bands
show_bands — Toggle to enable or disable deviation bands
color options — Customize VWAP and band colors
📌 Usage Notes:
This script does not reset daily — it continuously adapts to market structure.
Works well with stocks, crypto, forex, commodities, and indices.
Best used with price action confirmation, support/resistance zones, or momentum indicators for entries/exits.
Can be applied in scalping, swing trading, or long-term charting setups.
This indicator is designed to work on any timeframe and any market — from stocks and indices to forex and crypto.
To get the best results:
Timeframe Usage:
Works well on 5-min, 15-min, 1H, and daily charts.
On lower timeframes, try reducing the length_min and volatility_period for faster adaptation.
On higher timeframes (daily/weekly), consider increasing smoothing for a cleaner trend.
Trading Ideas:
Use AVWAP as a dynamic support/resistance line. Look for price bounces or breaks.
The deviation bands can be used like Bollinger Bands:
Upper band: potential resistance or overbought area.
Lower band: potential support or oversold area.
During sideways markets, price often oscillates around AVWAP — great for mean reversion.
During trending markets, AVWAP can act as a pullback entry zone.
Customization Tips:
Use color settings to match your chart theme.
Toggle bands off if you prefer a cleaner chart.
The info table at the top-right corner helps track how AVWAP is reacting to volatility — great for analysis.
Combining with Other Tools:
Works well with momentum indicators like RSI or MACD.
You can add traditional VWAP or moving averages for comparison.
Try combining with price action tools for best entries/exits.
⚠️ This is a visual tool — not a signal generator. Always validate with confirmation from your broader strategy.
✅ Credits & Disclaimer:
This script was developed to provide traders with a more context-aware version of VWAP by combining price, volume, and volatility into a unified framework. While this indicator can aid decision-making, it should be used alongside proper risk management and trading discipline.
GBPJPY Trendflow forexsebiPsychological Levels Indicator for GBP/JPY
This indicator marks key psychological price levels on the GBP/JPY chart. These are round-number price levels (such as 190.00, 191.00, 192.00, etc.) that often act as significant support and resistance due to their psychological impact on traders. These levels attract attention from both institutional and retail traders, leading to increased order flow and potential market reactions.
The indicator automatically draws major psychological levels (typically every 100 pips) and can optionally show minor levels (e.g., every 50 or 25 pips), helping traders identify key zones of interest with greater clarity.
Key Features:
Plots major psychological levels (e.g., 190.00, 191.00, 192.00)
Optional minor levels (e.g., 190.50, 190.25, etc.)
Compatible with all timeframes
Helps identify areas of support, resistance, and price reaction
Suitable for all trading styles: scalping, intraday, and swing trading
These levels serve as a visual guide for anticipating potential reversals, breakouts, or consolidations around high-probability zones.
Delta Weighted Momentum Oscillator @MaxMaserati DELTA WEIGHTED MOMENTUM OSCILLATOR
This advanced indicator analyzes the battle between buyers and sellers by measuring volume distribution within each candle. Unlike traditional volume indicators, it reveals WHO is winning the fight - buyers or sellers - and shows you when smart money is accumulating or distributing.
📊 KEY FEATURES:
- Normalized 0-100 scale (works on any timeframe/instrument)
- Real-time delta pressure detection
- Cumulative session flow tracking
- Volume-weighted signal confirmation
- Smart money flow detection
- Multi-signal system (triangles, circles, diamonds)
- Customizable signal sizes and colors
- Professional info panel
🎯 TRADING SIGNALS EXPLAINED:
🔺 TRIANGLES (Main Entry Signals):
- Green Triangle UP: Buying pressure takes control (above 50 line)
- Red Triangle DOWN: Selling pressure takes control (below 50 line)
- Best used with volume confirmation
⚫ CIRCLES (Zone Confirmations):
- Green Circle: Strong bullish zone entry (above 70)
- Red Circle: Strong bearish zone entry (below 30)
- Use for position additions or late entries
💎 DIAMONDS (Extreme Warnings):
- Green Diamond: Extreme bullish levels (above 85) - Consider profit-taking
- Red Diamond: Extreme bearish levels (below 15) - Consider profit-taking
🎨 VISUAL ELEMENTS:
📏 KEY LINES:
- Black Dotted Line (50): The decision zone - above = bullish control, below = bearish control
- Main Delta Line: Real-time buying vs selling pressure (thick line)
- Cumulative Flow Line: Session's net money flow direction (thin line)
- Volume Area: Bottom colored area showing participation levels
🎨 BACKGROUND ZONES:
- Light Green: Bullish zones (70-85)
- Light Red: Bearish zones (15-30)
- Stronger colors: Extreme zones (above 85 / below 15)
📋 INFO PANEL:
- Delta: Current pressure reading (0-100)
- Cumulative: Session's total flow direction
- Volume: Current participation level
- Trend: Overall market sentiment
- Signal: Current recommended action
⚙️ CUSTOMIZATION OPTIONS:
- Session length (for cumulative tracking)
- Lookback period (for normalization)
- Delta smoothing (noise reduction)
- Zone thresholds (bullish/bearish/extreme levels)
- Signal sizes (tiny/small/normal)
- All colors and visual elements
- Show/hide any component
⚠️ REVERSAL SIGNALS:
1. Watch for diamonds in extreme zones
2. Look for divergence between delta and price
3. Wait for opposite triangle for confirmation
4. Manage risk carefully in extreme zones
💡 PRO TIPS:
- Don't trade triangles alone - wait for circle confirmation
- Higher volume = stronger signals
- The 50 line is your key decision point
- Diamonds = caution, not new entries
- Cumulative line shows session bias
- Works best when delta aligns with price action
⚡ BEST TIMEFRAMES:
- 1-5 minutes: Scalping and day trading
- 15-60 minutes: Swing trading
- Daily: Position trading and trend analysis
🎯 UNIQUE ADVANTAGES:
- Normalized scale works on any market
- Combines delta, volume, and flow analysis
- Clear visual hierarchy
- Professional-grade normalization
- Real-time smart money detection
- Session-based cumulative tracking
This indicator is perfect for traders who want to understand the real market sentiment beyond just price action. See exactly when institutions are buying or selling, and trade with the smart money flow!
BB with Heikin Ashi + Reversal CheckThis indicator combines Bollinger Bands (BB) with Heikin Ashi candles to detect potential reversal points after price breaks the BB boundaries. It works on any symbol and timeframe, retrieving Heikin Ashi data via request.security().
Core Features
Heikin Ashi Candle Plot
Smooths price action by using Heikin Ashi candles instead of regular candles.
Candles are plotted directly on the chart with green (bullish) and red (bearish) colors.
Bollinger Bands (BB)
Calculated from Heikin Ashi close price.
Includes Basis (MA), Upper Band, and Lower Band, with customizable MA type, length, and standard deviation multiplier.
Break & Reversal Detection
The indicator tracks whether the price has broken above the Upper Band (p1) or below the Lower Band (p2).
It remembers the last breakout direction until the opposite breakout occurs (mutually exclusive logic).
Signal Logic
Long Signal (▲):
Price was previously below the Lower Band and then reversed upward (BB Lower rising + Heikin Ashi candle rising).
Short Signal (▼):
Price was previously above the Upper Band and then reversed downward (BB Upper falling + Heikin Ashi candle falling).
Alerts
Custom alert conditions trigger when Long or Short signals occur, allowing automated notifications or bot integration.
Use Cases
✅ Swing Trading / Trend Reversal – Identify potential bottom/top reversals after BB breakouts.
✅ Mean Reversion Strategies – Enter trades when the price reverts to the BB mean after an extreme breakout.
✅ Multi-Timeframe Analysis – Works with any timeframe and symbol via request.security().
Customization
MA Type: SMA, EMA, RMA, WMA, VWMA
BB Length & StdDev Multiplier
Timeframe & Symbol Selection
Common DMAs with LabelsHere's a short description for publishing:
Common Daily Moving Averages (DMA) Indicator with Smart Labels
Displays the most widely-used moving averages that professional traders watch: 5, 10, 20, 50, 100, and 200 DMAs with clear color-coding and descriptive labels.
Key Features:
Smart Labels - Each DMA shows its trading purpose (Day Trading, Swing Trading, Bull/Bear Line, etc.)
Customizable Display - Toggle any DMA on/off individually
Golden/Death Cross Alerts - Optional 50/200 crossover signals
Live Status Table - Shows current DMA values vs price with up/down arrows
Professional Styling - Color-coded lines with appropriate thickness (200 DMA emphasized)
Perfect for:
Multi-timeframe trend analysis
Support/resistance identification
Bull/bear market confirmation
Entry/exit timing
Usage: Add to chart, customize which DMAs to display in settings. Labels appear on the right showing each average's trading significance. Enable the status table for quick price-vs-DMA reference.
Ideal for both beginners learning key moving averages and experienced traders wanting a clean, informative DMA setup.
Price action + MA + MTF RSI + S/R Zones by GunjanPanditDescription:
This script combines multiple powerful trading tools into a unified indicator designed for trend-following and confirmation-based entries. It is built to assist traders in identifying actionable signals based on price structure, volatility, and momentum across multiple timeframes.
🔧 How It Works
✅ UT Bot Core Logic
The script uses a variation of the UT Bot (Ultimate Trend Bot) method to generate buy/sell signals.
Signals are based on ATR-filtered trailing stop levels to reduce noise and detect real trend changes.
A Buy is triggered when the price closes above the UT trailing stop.
A Sell is triggered when the price closes below it.
✅ Multi-Timeframe RSI Confirmation
RSI is calculated on a user-defined higher timeframe (default: 1 hour).
A buy signal is confirmed only if RSI is below the oversold level, and vice versa for sell signals.
This confirmation layer adds an extra filter to improve signal reliability and reduce whipsaws.
✅ Support & Resistance Zones (MTF)
The script automatically plots dynamic support and resistance zones using highs/lows from the selected higher timeframe.
These zones are visualized as shaded bands, helping users recognize key levels where price may reverse or consolidate.
✅ Visual Aids & Alerts
Buy and Sell signals are clearly labeled on the chart.
Optional RSI plot in a separate pane for visual monitoring.
Real-time alert conditions included for both Buy and Sell entries.
📈 Use Case & Recommendations
This script is best suited for:
Swing trading or intraday strategies in trending markets.
Traders who want confirmation across timeframes to filter noise.
Spotting key entry zones aligned with momentum and volatility.
Recommended to use in combination with:
Volume or trend structure analysis.
Stop-loss and take-profit risk management based on ATR or S/R zones.
inal Thoughts
This indicator is ideal for traders who value:
Multi-timeframe analysis
Visual clarity
Signal confirmation
And clean, customizable overlays for actionable trading insights.
Call and Put signals[vivekm8955]🔍 Strategy Overview
This adaptive strategy generates clear CALL (Buy) and PUT (Sell) signals by combining:
✅ Dual EMA structure
✅ Heikin Ashi trend confirmation
✅ Smoothed Stochastic Momentum Index (SMI)
✅ Take Profit (TP) signals via momentum reversal
✅ Dynamic support from average price action
The goal: Give retail traders institutional-grade signals with clarity, without lag.
📊 Trade Entry Logic
🔼 CALL Signal (Buy):
Fast EMA < Avg Price
Slow EMA < Avg Price
Slow EMA < Fast EMA
Confirmed by crossover
➡️ This implies price has dipped below value zones and is showing strength.
🔽 PUT Signal (Sell):
Fast EMA > Avg Price
Slow EMA > Avg Price
Slow EMA > Fast EMA
Confirmed by crossover
➡️ Indicates price is elevated and showing weakness.
🏁 Exit Logic (Take Profit)
✅ TP Buy Signal: SMI crosses below 0 → Weakening upside
✅ TP Sell Signal: SMI crosses above 0 → Weakening downside
These act as exit cues or partial booking areas.
📌 Visualization & Alerts
🔼 CALL Signal → Green label below candle
🔽 PUT Signal → Red label above candle
✅ TP Signal → Small label (TP) showing ideal exit points
🔔 Real-time alerts enabled (CALL, PUT, TP alerts)
Background color changes based on EMA crossovers for added confirmation.
🕯️ Additional Filters Used
Heikin Ashi Candles: For smoothing out noise and validating trends.
SMI (Double EMA): A momentum indicator better suited for trending markets.
📈 Dashboard Included
Displays current signal, SMI value, and TP status in real-time
Color-coded for easy interpretation
Auto-adaptive table (fixes out-of-bound issues)
📎 Ideal Timeframes
Timeframe Use Case
5m – 15m Intraday Scalping
1h – 4h Swing Trading
1D Positional Plays
🚦 Suggested Usage
Step Action
1️⃣ Confirm signal (CALL or PUT) on 1TF and 1 higher TF
2️⃣ Enter near signal candle close
3️⃣ Exit on TP label OR SMI reversal
4️⃣ Avoid entry during high volatility news events
⚠️ Disclaimer – Use with Caution!
⚠️ This script is for educational & analytical purposes only.
It does NOT guarantee profits, nor is it a financial advisory tool.
Always use risk management: Stop-losses, position sizing, capital preservation.
Do not trade blindly. Backtest it across market conditions.
Past performance is not indicative of future results.
Consult a SEBI-registered advisor for real trading decisions.
WaveTrend with CrossesWaveTrend with Crosses — Spot Golden & Dead Crosses with Precision!
WaveTrend with Crosses is a customized version of the classic WaveTrend oscillator, enhanced with clean visual signals to help you pinpoint momentum shifts through golden and dead crosses.
✅ Key Features
Momentum analysis based on WaveTrend (WT1 & WT2)
Detects Golden Cross (WT1 crosses above WT2) and
Dead Cross (WT1 crosses below WT2)
Customizable Overbought/Oversold zones (defaults: ±60, ±53)
Visual circle markers on valid crossovers for easy recognition
Built-in alert system to notify you of real-time cross signals
📊 How to Use
Add the indicator to your chart and choose your desired symbol & timeframe.
The blue shaded area shows the divergence between WT1 and WT2 — a visual cue for momentum buildup.
Circle markers:
Red circle: Dead cross — potential bearish momentum
Green circle: Golden cross — potential bullish reversal
Customize the settings to fit your personal trading strategy if needed.
🛠 User Inputs
n1, n2: Channel lengths (default: 10 and 21)
obLevel, osLevel: Overbought/Oversold thresholds (default: ±60 / ±53)
standardValue: Threshold used to validate significant crossovers (default: 60)
🔔 Alert System
Get notified with alerts like "Golden Cross" or "Dead Cross" when key crossovers occur,
helping you react quickly and confidently.
⚠️ Notes
Past performance is not indicative of future results — always backtest and use in conjunction with other tools.
Low timeframes may generate frequent signals; filtering or confirmation is recommended.
💡 Author's Note
Simple and effective — this tool is designed to focus solely on cross-based entries.
Ideal for momentum-based scalping or swing trading strategies.
Feel free to customize and tweak as needed! 😄
VWAP Volume Profile [BigBeluga]🔵 OVERVIEW
VWAP Volume Profile is an advanced hybrid of the VWAP and volume profile concepts. It visualizes how volume accumulates relative to VWAP movement—separating rising (+VWAP) and declining (−VWAP) activity into two mirrored horizontal profiles. It highlights the dominant price bins (POCs) where volume peaked during each directional phase, helping traders spot hidden accumulation or distribution zones.
🔵 CONCEPTS
VWAP-Driven Profiling: Unlike standard volume profiles, this tool segments volume based on VWAP movement—accumulating positive or negative volume depending on VWAP slope.
Dual-Sided Profiles: Profiles expand horizontally to the right of price. Separate bins show rising (+) and falling (−) VWAP volume.
Bin Logic: Volume is accumulated into defined horizontal bins based on VWAP’s position relative to price ranges.
Gradient Coloring: Volume bars are colored with a dynamic gradient to emphasize intensity and direction.
POC Highlighting: The highest-volume bin in each profile type (+/-) is marked with a transparent box and label.
Contextual VWAP Line: VWAP is plotted and dynamically colored (green = rising, orange = falling) for instant trend context.
Candle Overlay: Price candles are recolored to match the VWAP slope for full visual integration.
🔵 FEATURES
Dual-sided horizontal volume profiles based on VWAP slope.
Supports rising VWAP , falling VWAP , or both simultaneously.
Customizable number of bins and lookback period.
Dynamically colored VWAP line to show rising/falling bias.
POC detection and labeling with volume values for +VWAP and −VWAP.
Candlesticks are recolored to match VWAP bias for intuitive momentum tracking.
Optional background boxes with customizable styling.
Adaptive volume scaling to normalize bar length across markets.
🔵 HOW TO USE
Use POC zones to identify high-volume consolidation areas and potential support/resistance levels.
Watch for shifts in VWAP direction and observe how volume builds differently during uptrends and downtrends.
Use the gradient profile shape to detect accumulation (widening volume below price) or distribution (above price).
Use candle coloring for real-time confirmation of VWAP bias.
Adjust the profile period or bin count to fit your trading style (e.g., intraday scalping or swing trading).
🔵 CONCLUSION
VWAP Volume Profile merges two essential concepts—volume and VWAP—into a single, high-precision tool. By visualizing how volume behaves in relation to VWAP movement, it uncovers hidden dynamics often missed by traditional profiles. Perfect for intraday and swing traders who want a more nuanced read on market structure, trend strength, and volume flow.
High Volume Buyers/Sellers+High Volume Buyers/Sellers+
This indicator helps traders spot bars where unusually high or extreme volume occurs, indicating strong buying or selling pressure.
How it works:
Calculates a volume moving average (SMA) over a user-defined period.
Marks bars where the current volume exceeds:
High Volume Multiplier → small green circle (bullish) or red circle (bearish).
Extreme Volume Multiplier → small green up-triangle (bullish) or red down-triangle (bearish).
Settings:
Volume MA Period → Number of bars used to calculate the average volume.
High Volume Multiplier → Threshold to define high volume.
Extreme Volume Multiplier → Threshold to define extreme volume.
Show Extreme Volume Signals → Option to enable or disable extreme volume markers.
Usage tips:
Apply this indicator on a clean chart to visually highlight momentum bursts or exhaustion points.
It works well for both intraday and swing trading strategies where volume confirmation matters.
⚠ Note: This script only displays on-chart markers and does not plot any lines or indicators.
X Opens+Overview:
The X Opens+ indicator is a precision tool designed for traders seeking to analyze market structure and behavior around key timeframe opens. It highlights the open prices of custom-selected higher timeframes—such as daily, weekly, or monthly sessions—and visualizes them directly on lower timeframes. These open levels often coincide with high-volume zones, market imbalance, and institutional interest, making them powerful reference points for intraday and swing trading strategies.
Key Features:
Custom Timeframe Anchoring: Users can select any timeframe (e.g., daily, 4H, 1W) to display its current and previous session opens directly on their active chart. This allows for flexible multi-timeframe analysis within a single view.
Price Reaction Zones: Timeframe opens are frequently areas of heightened liquidity and directional bias. By identifying these opens and their relationship to current price action, traders can anticipate areas of support/resistance, trend continuation, or reversal.
Derived Midpoints and Ranges: The indicator also computes and displays the previous session’s range midpoint (EQ), as well as extension bands (e.g., ±1.0x or ±1.5x the prior range). These levels are useful for contextualizing volatility expansion and identifying breakout or fade setups around key open zones.
Historical Session Mapping: In addition to live opens, the tool optionally displays opens and range-based levels from previous sessions. This historical layering gives traders a broader context of how price has respected or rejected these levels over time.
Labeling and Customization: Each level can be labeled and color-coded to match user preferences. The visibility, size, and style of each element (e.g., lines, labels, bands) are fully configurable for visual clarity and user alignment.
Use Cases:
Confirming bias around daily or weekly opens, especially during market opens or key economic releases.
Identifying equilibrium levels for mean reversion or continuation setups.
Using ±1.0 and ±1.5 range projections as dynamic targets or invalidation zones.
Anchoring to key sessions for volume profile or order flow-based strategies.
Summary:
X Opens+ is a data-driven utility that transforms static session opens into dynamic market tools. By spotlighting where institutional interest likely concentrates—at the opens of significant timeframes—this indicator provides traders with a structural edge in identifying key zones that influence price behavior throughout the trading day or week
50/100 EMA Crossover with Candle Confirmation📘 **50/100 EMA Crossover with Candle Confirmation – Strategy Description**
The **50/100 EMA Crossover with Candle Confirmation** is a trend-following strategy designed to filter high-probability entries by combining exponential moving average (EMA) crossovers with strong price action confirmation. This strategy aims to reduce false signals commonly associated with EMA-only systems by requiring a **candle close confirmation in the direction of the trend**, making it more reliable for intraday or swing trading across Forex, crypto, and stock markets.
---
### 🔍 **Core Logic**
* The strategy is based on the interaction of the **50 EMA** (fast-moving average) and the **100 EMA** (slow-moving average).
* **Trend direction** is determined by the crossover:
* **Bullish Trend**: When the 50 EMA crosses **above** the 100 EMA.
* **Bearish Trend**: When the 50 EMA crosses **below** the 100 EMA.
* To **filter out false breakouts**, a **candle confirmation** is used:
* For a **Buy signal**: After a bullish crossover, wait for a strong bullish candle (e.g., full-body green candle) to **close above both EMAs**.
* For a **Sell signal**: After a bearish crossover, wait for a strong bearish candle to **close below both EMAs**.
---
### ✅ **Entry Conditions**
**Buy Entry:**
* 50 EMA crosses above 100 EMA.
* Latest candle closes **above both EMAs**.
* Candle must be bullish (green/full body preferred).
**Sell Entry:**
* 50 EMA crosses below 100 EMA.
* Latest candle closes **below both EMAs**.
* Candle must be bearish (red/full body preferred).
---
### 🛑 **Exit or Take-Profit Options**
* **Fixed TP/SL**: 1:2 or 1:3 risk-reward.
* **Trailing Stop**: Based on recent swing highs/lows or ATR.
* **EMA Exit**: Exit trade when the candle closes on the opposite side of 50 EMA.
---
### ⚙️ **Best Settings**
* **Timeframes**: 5M, 15M, 1H, 4H (works well on most).
* **Markets**: Forex, Crypto (e.g., BTC/ETH), Indices (e.g., NASDAQ, NIFTY50).
* **Recommended filters**:
* Use with RSI divergence or volume confirmation.
* Avoid using during high-impact news (especially on lower timeframes).
---
### 🧠 **Why This Works**
The 50/100 EMA crossover provides a **medium-term trend signal**, reducing noise seen in fast EMAs (like 9 or 21). The candle confirmation adds a **momentum filter**, ensuring price supports the directional bias. This makes it suitable for traders who want a balance of trend and entry precision without overcomplicating with too many indicators.
---
### 📈 **Advantages**
* Simple yet effective for identifying trends.
* Filters out fakeouts using candle confirmation.
* Easy to automate in Pine Script or other trading bots.
* Can be combined with support/resistance or SMC zones for better confluence.
---
### ⚠️ **Limitations**
* May lag slightly in ranging markets.
* Late entries possible due to confirmation candle.
* Works best with additional volume or volatility filter.
Quantum Dip Hunter | AlphaNattQuantum Dip Hunter | AlphaNatt
🎯 Overview
The Quantum Dip Hunter is an advanced technical indicator designed to identify high-probability buying opportunities when price temporarily dips below dynamic support levels. Unlike simple oversold indicators, this system uses a sophisticated quality scoring algorithm to filter out low-quality dips and highlight only the best entry points.
"Buy the dip" - but only the right dips. Not all dips are created equal.
⚡ Key Features
5 Detection Methods: Choose from Dynamic, Fibonacci, Volatility, Volume Profile, or Hybrid modes
Quality Scoring System: Each dip is scored from 0-100% based on multiple factors
Smart Filtering: Only signals above your quality threshold are displayed
Visual Effects: Glow, Pulse, and Wave animations for the support line
Risk Management: Automatic stop-loss and take-profit calculations
Real-time Statistics: Live dashboard showing current market conditions
📊 How It Works
The indicator calculates a dynamic support line using your selected method
When price dips below this line, it evaluates the dip quality
Quality score is calculated based on: trend alignment (30%), volume (20%), RSI (20%), momentum (15%), and dip depth (15%)
If the score exceeds your minimum threshold, a buy signal arrow appears
Stop-loss and take-profit levels are automatically calculated and displayed
🚀 Detection Methods Explained
Dynamic Support
Adapts to recent price action
Best for: Trending markets
Uses ATR-adjusted lowest points
Fibonacci Support
Based on 61.8% and 78.6% retracement levels
Best for: Pullbacks in strong trends
Automatically switches between fib levels
Volatility Support
Uses Bollinger Band methodology
Best for: Range-bound markets
Adapts to changing volatility
Volume Profile Support
Finds high-volume price levels
Best for: Identifying institutional support
Updates dynamically as volume accumulates
Hybrid Mode
Combines all methods for maximum accuracy
Best for: All market conditions
Takes the most conservative support level
⚙️ Key Settings
Dip Detection Engine
Detection Method: Choose your preferred support calculation
Sensitivity: Higher = more sensitive to price movements (0.5-3.0)
Lookback Period: How far back to analyze (20-200 bars)
Dip Depth %: Minimum dip size to consider (0.5-10%)
Quality Filters
Trend Filter: Only buy dips in uptrends when enabled
Minimum Dip Score: Quality threshold for signals (0-100%)
Trend Strength: Required trend score when filter is on
📈 Trading Strategies
Conservative Approach
Use Dynamic method with Trend Filter ON
Set minimum score to 80%
Risk:Reward ratio of 2:1 or higher
Best for: Swing trading
Aggressive Approach
Use Hybrid method with Trend Filter OFF
Set minimum score to 60%
Risk:Reward ratio of 1:1
Best for: Day trading
Scalping Setup
Use Volatility method
Set sensitivity to 2.0+
Focus on Target 1 only
Best for: Quick trades
🎨 Visual Customization
Color Themes:
Neon: Bright cyan/magenta for dark backgrounds
Ocean: Cool blues and teals
Solar: Warm yellows and oranges
Matrix: Classic green terminal look
Gradient: Smooth color transitions
Line Styles:
Solid: Clean, simple line
Glow: Adds depth with glow effect
Pulse: Animated breathing effect
Wave: Oscillating wave pattern
💡 Pro Tips
Start with the Trend Filter ON to avoid catching falling knives
Higher quality scores (80%+) have better win rates but fewer signals
Use Volume Profile method near major support/resistance levels
Combine with your favorite momentum indicator for confirmation
The pulse animation can help draw attention to key levels
⚠️ Important Notes
This indicator identifies potential entries, not guaranteed profits
Always use proper risk management
Works best on liquid instruments with good volume
Backtest your settings before live trading
Not financial advice - use at your own risk
📊 Statistics Panel
The live statistics panel shows:
Current detection method
Support level value
Trend direction
Distance from support
Current signal status
🤝 Support
Created by AlphaNatt
For questions or suggestions, please comment below!
Happy dip hunting! 🎯
Not financial advice, always do your own research
Top Crypto Above 28-Day AverageDescription
The “Top Crypto Above 28-Day Average” (CRYPTOTW) script scans a selectable universe of up to 120 top-capitalization cryptocurrencies (divided into customizable 40-symbol batches), then plots the count of those trading above their own 28-period simple moving average. It helps you gauge broad market strength and identify which tokens are showing momentum relative to their recent trend.
Key Features
• Batch Selection: Choose among “Top40,” “Mid40,” or “Low40” market-cap groups, or set a custom batch size (up to 40 symbols) to keep within the API limit.
• Dynamic Plot: Displays a live line chart of how many cryptos are above their 28-day MA on each bar.
• Reference Lines: Automatic horizontal lines at 25%, 50%, and 75% of your batch to provide quick visual thresholds.
• Background Coloration: The chart background shifts green/yellow/red based on whether more than 70%, 50–70%, or under 50% of the batch is above the MA.
• Optional Table: On the final bar, show a sortable table of up to 28 tickers currently above their 28-day MA, including current price, percent above MA, and “Above” status color-coding.
• Alerts:
• Strong Batch Performance: Fires when >70% of the batch is above the MA.
• Weak Batch Performance: Fires when <10 cryptos (i.e. <25%) are above the MA.
Inputs
• Show Results Table (show_table): Toggle the detailed table on/off.
• Table Position (table_position): Select one of the four corners for your table overlay.
• Max Cryptos to Display (max_display): Limit the number of rows in the results table.
• Current Batch (current_batch): Pick “Top40,” “Mid40,” or “Low40.”
• Batch Size (batch_size): Define the number of symbols (1–40) you want to include from the chosen batch.
How to Use
1. Add the CRYPTOTW indicator to any chart.
2. Select your batch and size to focus on the segment of the crypto market you follow.
3. Watch the plotted line to see the proportion of tokens with bullish momentum.
4. (Optional) Enable the results table to see exactly which tokens are outperforming their 28-day average.
5. Set alerts to be notified when the batch either overheats (strong performance) or cools off significantly.
Why It Matters
By tracking the share of assets riding their 28-day trend, you gain a macro-level view of market breadth—crucial for spotting emerging rallies or early signs of broad weakness. Whether you’re swing-trading individual altcoins or assessing overall market mood, this tool distills complex data into an intuitive, actionable signal.
52SIGNAL RECIPE Bollinger Bands & Fibonacci Spike Signal Matrix====== 52SIGNAL RECIPE Bollinger Bands & Fibonacci Spike Signal Matrix ======
◆ Overview
52SIGNAL RECIPE Bollinger Bands & Fibonacci Spike Signal Matrix is an advanced multi-band indicator that integrates Bollinger Bands, Fibonacci levels, and ATR-based Spike signals (for detecting bullish/bearish pressure and volatility surges).
Built on a VWMA (Volume-Weighted Moving Average) foundation, it displays standard deviation bands, Fibonacci extension zones, multi-level expansions, and real-time bullish/bearish spike alerts alongside price labeling and color gradation.
This tool is designed to help traders visually analyze and react to:
- Key support/resistance zones
- Overbought/oversold boundaries
- Sudden directional volatility shifts (spikes)
All parameters are customizable to suit a wide variety of trading strategies and styles.
====== ◆ Key Features ======
- Multi-structured Bollinger Bands: VWMA-based center line with ± standard deviation bands and multiple levels of outer extension (+10% to +50%)
- Integrated Fibonacci Bands: Levels at 23.6%, 38.2%, 50%, 61.8%, and 78.6% above and below the center line
- ATR-based Spike Signal Alerts: Automatically detects sudden bullish/bearish volatility surges and triggers directional warning labels (“Bullish Spike Warning” or “Bearish Spike Warning”)
- Real-Time Price Labels & Visual Gradation: Each important band and level includes live price labeling and color-coded zone visualization
- Fully Adjustable Parameters & Panel Display Options: All inputs and visual elements can be toggled or customized
====== ◆ Technical Basis ======
■ Bollinger Bands & Multi-Extension
- Center Line: VWMA (Volume-Weighted Moving Average)
- Bands: ± Standard deviation (default 2.5), with extensions in +10% increments up to +50%
- Extension Zones: Reveal reactions to high volatility or trend continuation
■ Fibonacci Bands
- Symmetrical expansion from center line using Fibonacci ratios
- Visually highlights layered historical retracement zones and price clustering
■ ATR-Based Spike Signal
- Adaptive to chart timeframe (ATR Length & Multiplier auto-adjusted)
- Spike alerts triggered when price exceeds upper/lower ATR bands
- One signal per X bars to filter noise (interval adjustable)
■ Live Visual Labeling & Color Gradients
- Intelligently labeled bands with dynamic color shading between levels
- Helps clarify price geometry and zone importance
====== ◆ Practical Applications ======
■ Spike Signal Interpretation
- Bullish Spike Warning — Market plunged below ATR range → Potential oversold rebound signal
- Bearish Spike Warning — Market surged above ATR range → Potential overbought reversal signal
■ Band & Level Interaction
- Ripple behavior between Fibonacci levels signals trend momentum/weakness
- Penetration through outer expansion bands flags possible trend strength or volatility spikes
■ Integrated Trading Strategies
- Reversal Trades: Bounces between extension and Fibonacci levels
- Breakout Confirmation: Spike signals backing breakout moves
- Directional Bias: Trend-following confirmation when price exceeds multiple zones
====== ◆ Advanced Setting Options ======
All parameters can be fine-tuned for your trading strategy, market, and timeframe.
■ Bollinger Band Period
_Default:_ 20
_Description:_ Number of bars for VWMA and standard deviation. Shorter (10–14): faster but noisier. Longer (30–50): smoother, better for trend analysis.
■ Standard Deviation Multiplier
_Default:_ 2.5
_Description:_ Controls main band width. Lower values (1.5–2.0): More signals, higher sensitivity. Higher values (2.5–3.0): Fewer signals, higher reliability.
■ Band Extension Ratios
_Default:_ +10%, +20%, +30%, +40%, +50%
_Description:_ Amount to expand beyond standard bands. Used for detecting extended zones or extreme price movement areas.
■ ATR Length
_Default:_ Auto depending on timeframe (typically 14–30)
_Description:_ Period for calculating ATR. Shorter: Reacts faster, more sensitive. Longer: Smoother, filters short noise.
■ ATR Multiplier
_Default:_ Auto (1.75 to 2.8)
_Description:_ Sets the threshold for Spike signals. Lower: More frequent but smaller spikes. Higher: Triggers fewer but stronger signals.
■ Fibonacci Levels
_Default:_ 0.236, 0.382, 0.5, 0.618, 0.786
_Description:_ Determines how far Fibonacci bands extend from the center. Aids in identifying key retracement and reaction points.
■ Spike Signal Interval
_Default:_ 7 bars
_Description:_ Minimum bar separation between consecutive spike signals. Prevents signal overflooding from consecutive candles.
■ Labels & Coloring Display
_Toggle ON/OFF_
Show/hide all price labels and visual zone shading. Useful for decluttering or focusing on strategy testing.
Try adjusting these inputs based on your strategy and market conditions. Optimize for scalping, swing trading, day trading, or investing by testing different lengths, bands, and spike sensitivities.
====== ◆ Indicator Synergies ======
- Combine with moving averages, RSI, or MACD for breakout filters
- Use with support/resistance lines or Fibonacci retracements to validate critical zones
- Pair with Keltner Channels, ATR Bands, or volume-based tools for enhanced volatility tracking
====== ◆ Conclusion ======
52SIGNAL RECIPE Bollinger Bands & Fibonacci Spike Signal Matrix offers a cohesive framework that connects price level analysis, trend structure, and volatility-driven directional signals—all in one indicator. It’s not just a visualization tool, but a decision-support system for both reactive trade entries and proactive risk management. With full parameter adjustability and a clear structural layout, it empowers traders to adapt across assets, timeframes, and strategies—efficiently and confidently.
====== ◆ Disclaimer ======
This indicator is for informational and educational purposes only.
Past performance does not guarantee future results. Always apply proper risk management.
====== 52SIGNAL RECIPE Bollinger Bands & Fibonacci Spike Signal Matrix ======
◆ 개요
52SIGNAL RECIPE Bollinger Bands & Fibonacci Spike Signal Matrix는 볼린저 밴드, 피보나치 레벨, ATR 기반 스파이크 신호(상방/하방 압력 감지)를 결합한 고급 멀티 밴드 인디케이터입니다.
VWMA(거래량 가중 이동평균) 기반 중심선 위에 표준편차 밴드, 피보나치 확장 레벨, 다중 확장 밴드, 실시간 상·하방 스파이크 경고(라벨)와 가격 레이블·컬러 그라데이션이 동시에 제공됩니다.
트레이더가 주요 지지/저항, 과매수·과매도, 급격한 변동성 스파이크(방향성 돌파)를 한눈에 시각적으로 분석할 수 있도록 디자인되었습니다.
모든 설정값은 트레이딩 스타일에 맞춰 자유롭게 조절 가능합니다.
====== ◆ 주요 특징 ======
- VWMA 기반 중심선과 표준편차 밴드(±), 10~50% 단계별 외곽 확장
- 피보나치 밴드: 중심선 기준 23.6%, 38.2%, 50%, 61.8%, 78.6% 상·하단 동시 표기
- ATR 기반 스파이크 신호: 강한 상·하방 변동성 구간 실시간 감지(‘Bullish Spike Warning’, ‘Bearish Spike Warning’ 라벨)
- 실시간 가격 레이블 & 컬러 구간 구분
- 밴드/변동성/피보나치/시각 옵션 등 설정 완전 자유화
====== ◆ 기술적 기반 ======
■ 볼린저 밴드/확장
- VWMA 중심선, ± 표준편차 밴드(기본 2.5), 단계별 외곽 확장(10~50%)
■ 피보나치 밴드
- 중심선 기준 대칭 배치(0.236, 0.382, 0.5, 0.618, 0.786)
■ ATR 기반 스파이크 신호
- 차트 주기에 자동 최적화(ATR 기간/배수), 상단·하단 ATR 밴드 돌파 시 스파이크 라벨
- 반복 신호 방지(신호 간격 조정 가능)
■ 실시간 레이블 & 컬러 그라데이션
- 주요 밴드, 피보나치, 확장 레벨별 가격 표시 및 구간 별도 색상
====== ◆ 실용적 응용 ======
■ 스파이크 신호 해석
- Bullish Spike Warning: 과매도 구간(강한 하락 후 단기 반등 가능성)
- Bearish Spike Warning: 과매수 구간(급등 이후 단기 되돌림 가능성)
■ 밴드 & 레벨 시그널
- 피보나치 레벨 간 파동/추세 강도 진단
- 외곽 확장 밴드 돌파 시 강한 추세 혹은 변동성 집중 구간 인식
■ 통합 트레이딩 전략
- 주요 밴드·피보나치 간 바운스, 전환 패턴 기반 반전매매
- 스파이크 신호와 결합한 돌파 추종·추세 확정 대응
- 다중 구간 통과 시 방향성 강화 신호 등급별 분할 대응
====== ◆ 고급 설정 옵션 ======
트레이딩 스타일, 차트 주기, 시장 환경에 따라 모든 항목을 직접 조정할 수 있습니다.
■ 볼린저 밴드 기간 (Bollinger Band Period)
기본값: 20
VWMA 및 표준편차 산출에 적용할 캔들 수
짧게(10~14): 신호 빠르며 노이즈 많음
길게(30~50): 깔끔한 추세 중시
■ 표준편차 계수 (Standard Deviation Multiplier)
기본값: 2.5
밴드 폭 조절
1.5~2.0: 민감, 많이 신호
2.5~3.0: 신뢰도 높고 드문 신호
■ 밴드 확장 비율 (Band Extension Ratios)
기본값: 10%, 20%, 30%, 40%, 50%
기본 밴드에서 외곽 확장 단계
극단 변동성, 피로구간 등 감지
■ ATR 기간 (ATR Length)
기본값: 자동(보통 14~30)
ATR 산출 캔들 수
짧을수록 민감, 길수록 부드러움
■ ATR 배수 (ATR Multiplier)
기본값: 자동(1.75~2.8)
스파이크 신호 감지 문턱값
낮게: 잦고 약한 신호
높게: 드문 강한 신호
■ 피보나치 레벨 (Fibonacci Levels)
기본값: 0.236, 0.382, 0.5, 0.618, 0.786
중심선으로부터 각 밴드 거리
주요 지지/저항, 파동구조 세분화
■ 스파이크 신호 간격 (Spike Signal Interval)
기본값: 7
연속적 신호 과다 방지용 최소 캔들 수
높을수록 과발생 차단
■ 레이블/채색 표시 (Labels & Coloring)
On/Off
가격 레이블·영역 컬러 표시 ON/OFF
시장/전략별로 세부 세팅을 바꿔가며 직접 테스트 해보세요!
====== ◆ 시너지 활용 ======
- 이동평균, RSI, MACD 등과 조합시 신호 필터링
- 기존 수평 지지/저항, 피보나치 리트레이스먼트 등과 병용
- ATR, 켈트너밴드, 거래량 등과 복합 분석 가능
====== ◆ 결론 ======
52SIGNAL RECIPE Bollinger Bands & Fibonacci Spike Signal Matrix는 가격 구조, 변동성 이벤트, 방향성 신호를 하나로 통합한 고급 매매 지원 시스템입니다.
스캘핑, 스윙, 포지션 트레이딩 등 다양한 전략에 맞게 모든 파라미터를 세밀하게 조율할 수 있습니다.
현대 트레이딩 환경에 최적화된 정밀 결정 지원 도구로 활용하세요.
====== ◆ 면책 조항 ======
본 지표는 정보 제공 및 교육 목적입니다.
과거 실적이 미래의 수익을 보장하지 않으므로 반드시 철저한 리스크 관리를 병행하세요.
HA-Renko HybridHA-Renko Hybrid – Ultra-Clean Trend Candles
A two-stage “noise shredder” that fuses Renko bricks with Heikin-Ashi smoothing to give you
crystal-clear, colour-coded price swings.
Perfect as a directional filter, a confidence gauge, or even a full stand-alone chart type.
What It Does
Builds Renko bricks (ATR-adaptive, fixed points, or % of price).
Applies Heikin-Ashi maths to the brick series or vice-versa (your choice).
Optional EMA ribbon on the synthetic candles for an extra layer of polish.
Plots hybrid candles directly on your price chart – green for up-trend, red for down-trend.
Emits alerts every time the hybrid flips color.
The result is a chart that ignores tiny back-and-forth ticks and averages out intra-brick wicks, leaving long uninterrupted color runs that highlight genuine trend shifts.
🔧 Inputs & Customization
Group Input Purpose
Renko Settings Renko Base Type – ATR / Traditional / Percentage
ATR Length & Multiplier
Traditional Box Size (points)
Percentage Box Size (%) Choose how the brick size is calculated.
Transformation Order Apply Heikin Ashi – After Renko / Before Renko Pick whether HA smooths the bricks or bricks are built from HA data.
Smoothing Extra Smoothing – None / EMA
Smoothing Length Add a fast EMA to the hybrid opens & closes.
Typical Use-Cases
Directional filter – Trade only long when bricks are green, short when red.
Entry / exit trigger – Enter on first green after a red run; exit on first opposite flip.
Pyramiding helper – Add positions on pull-backs while the hybrid color stays unchanged.
Psychology aid – Stay in trends longer by ignoring every micro-wiggle.
Best-Practice Tips
Tune brick size so a normal swing equals 6–10 bricks on your timeframe.
For scalping, keep Order = After Renko and Extra Smoothing = None for the snappiest flips.
For swing trading, try Before Renko + EMA(3-5) to focus on major legs.
Forward-test in a demo account; synthetic bricks can’t replicate live slippage.
⚠️ Disclaimer
This indicator is educational. It does not guarantee profits and should be used alongside solid risk management and personal judgement. Always back-test before deploying real capital.
Enjoy the clarity!
If you discover tweaks, optimizations, or killer workflows, drop a comment and let the community know.
Alma SD SuperTrend | OquantAlma SD SuperTrend | Oquant
The "Alma SD SuperTrend | Oquant" is a trend-following indicator that integrates the Arnaud Legoux Moving Average (ALMA) with a SuperTrend calculation based on standard deviation (SD). Designed to quickly identify and follow market trends while reducing noise, this script provides buy and sell signals for traders across various assets and timeframes.
This script offers a unique approach by combining ALMA with a SuperTrend framework that uses standard deviation instead of the traditional Average True Range (ATR). This implementation focuses on fast trend detection with minimized noise, making it suitable for trend-following or swing trading strategies. The script’s customizable parameters allow traders to adapt it to their preferred trading style.
How It Works
Arnaud Legoux Moving Average (ALMA): ALMA is an advanced moving average that applies a Gaussian filter to smooth price data, reducing market noise while preserving responsiveness to price changes. It uses three parameters:
Length: Sets the lookback period for smoothing. Longer periods produce smoother results.
Offset: Shifts the moving average toward recent prices. Higher offsets emphasize newer data for faster trend detection.
Sigma controls the smoothness and lag of the Alma by adjusting the spread of the Gaussian distribution used in the calculation.
Standard Deviation (SD) Calculation: The script calculates the standard deviation of the price over a specified period to measure volatility. SD measures how much the prices deviate from its mean, offering a statistical perspective on market volatility. This is used to create dynamic upper and lower bands around the ALMA line, adjusted by a user-defined factor. The bands expand in volatile markets and contract in stable conditions, helping in trend detection.
SuperTrend Logic: The script generates a SuperTrend line that dynamically tracks market trends by switching between upper and lower volatility bands based on price movement. Here's how it works:
The SuperTrend line is calculated using the ALMA (Arnaud Legoux Moving Average) as a baseline, with upper and lower bands created by adding and subtracting a multiple(Factor) of the standard deviation (SD) from the ALMA.
When the price moves above the upper band, the SuperTrend line shifts to the lower band, indicating a bullish trend (potential buy signal).
When the price falls below the lower band, the SuperTrend line switches to the upper band, signaling a bearish trend (potential sell signal).
To avoid quick, unreliable changes, this script intelligently adjusts the SuperTrend bands for stability. While the SuperTrend line dynamically follows market movements, it's designed to hold at its previous level if the price doesn't cross a band or confirm a new trend direction. This approach ensures the SuperTrend quickly identifies and follows genuine market trends, providing clear signals while effectively reducing false alerts from short-term price swings.
Differences from Traditional SuperTrend:
Baseline: The traditional SuperTrend typically uses a hl2((high + low)/2)as its baseline, while this script employs ALMA for a smoother, noise-filtered trend foundation.
Volatility Measure: Instead of ATR, this script uses standard deviation to calculate the bands. Standard deviation measures how much the prices vary or spread out from its mean.
Visualization: The script plots the SuperTrend line, colors candles to match the trend, and fills the area between the price and the SuperTrend line for visual clarity, helping traders quickly identify trend direction and strength (green for bullish, purple for bearish).
How to Use It
Add to Chart: Apply the indicator to any market and timeframe.
Interpret Signals:
Green Line and Candles: Bullish trend (price above the SuperTrend line). Consider long entries.
Purple Line and Candles: Bearish trend (price below the SuperTrend line). Consider short entries.
Filled Area: The shaded area between price and the SuperTrend line highlights trend direction(green for bullish, purple for bearish).
Adjust Inputs:
Source: Select the price data to use (e.g., close, open, high, low).
Factor: Adjusts band width. Higher values widen bands, reducing sensitivity.
SD Length: Period for calculating standard deviation. Longer periods smooth volatility.
ALMA Length: Period for ALMA. Longer periods increase smoothness.
Alma Offset: Shift the moving average toward recent or older prices. Higher offsets emphasize newer data for faster trend detection.
ALMA Sigma control the smoothness and lag of the Alma by adjusting the spread of the Gaussian distribution used in the calculation.
Alerts
This indicator includes optional built-in alert conditions that notify you when the signal crosses above 0 (long signal, price above upper band) or below 0 (short signal, price below lower band). Enable these alerts to get timely updates on potential trend shifts without constantly monitoring the chart.
⚠️ Disclaimer: This indicator is intended for educational and informational purposes only. Trading/investing involves risk, and past performance does not guarantee future results. Always test and evaluate indicators/strategies before applying them in live markets. Use at your own risk.
Ralph Indicator - ZaraTrust Smart MoneyThe Ralph Indicator – ZaraTrust Smart Money is a powerful yet simple Smart Money Concepts (SMC) based tool designed for traders who want to trade like institutions. It auto-detects high-probability Buy/Sell zones, Support/Resistance levels, and Demand/Supply areas on the chart — giving you clear, visual, and actionable signals without the clutter.
⸻
🔍 Key Features:
✅ Smart Money Structure
• Uses pivot-based logic to identify potential structure points
• Helps you understand market flow (e.g., BOS, CHoCH simplified logic)
✅ Automatic Support & Resistance
• Plots major levels based on significant highs and lows
• Helps catch key reversal or breakout zones
✅ Demand & Supply Zones
• Visually shows areas where price may react strongly
• Based on smart pivot detection from recent swings
✅ Buy/Sell Trade Signals
• Highlights buy when price breaks resistance (possible bullish shift)
• Highlights sell when price breaks support (possible bearish shift)
✅ Clean & Easy UI
• Toggle features on/off from settings panel
• Labels and shapes are plotted clearly on the chart for instant reading
⸻
🛠️ Recommended Use:
• Use on 15min to 4H timeframe for intraday or swing trading
• Combine with price action (e.g., confirmation candles, liquidity grab)
• Works best when paired with institutional logic (OBs, FVG, liquidity)
⸻
⚠️ Disclaimer:
This indicator is a tool, not a signal service.
It does not guarantee 98% accuracy, but it’s designed to highlight smart money zones and high-probability areas. Always do your own risk management and backtest before using on a live account.
OSOK Protection Pad v2.1.2OSOK Protection Pad v2.1.2
The OSOK Protection Pad is a dynamic price action tool designed for active traders seeking precise visual cues for risk management and trade planning. This indicator automatically plots customizable protection pad levels above and below the current price, updating in real time as the market moves. Users can set the pad distance in points and personalize line color, style, and width for both buy (green, above price) and sell (red, below price) pads.
Key features:
Continuously adjusting pad lines that move with the current price, providing instant reference for stop placement or trade entry/exit zones.
Clean, non-intrusive visuals with dotted or solid lines and compact labels, ensuring clarity without obstructing price action.
Simple, intuitive settings panel for quick adjustments to pad distance and appearance.
Ideal for discretionary and systematic traders who want to reinforce discipline and structure in their intraday or swing trading routines.
Add the OSOK Protection Pad to your chart to enhance your risk management and stay visually aligned with your trading plan
Support and Resistance Levels with BreaksThis indicator identifies dynamic support and resistance levels using pivot point analysis and provides clear trading signals when these levels are broken with volume confirmation. Enhanced version with improved signal clarity for better trading decisions.
## 🔧 Key Features
### Support & Resistance Detection
- Automatically identifies key pivot high and low levels
- Draws clear visual lines (red for resistance, blue for support)
- Configurable sensitivity with left/right bar settings
### Enhanced Trading Signals
- **BUY** signals when resistance is broken with volume confirmation
- **SELL** signals when support is broken with volume confirmation
- **Bull Wick** alerts for potential reversals at resistance
- **Bear Wick** alerts for potential reversals at support
### Volume Confirmation
- Built-in volume oscillator using 5 and 10-period EMAs
- Filters out low-volume false breakouts
- Adjustable volume threshold (default: 20%)
### Complete Alert System
- Support Broken alerts
- Resistance Broken alerts
- Bull Wick reversal alerts
- Bear Wick reversal alerts
## ⚙️ Settings
- **Show Breaks**: Toggle signal display
- **Left Bars**: Pivot detection lookback (default: 15)
- **Right Bars**: Pivot detection lookforward (default: 15)
- **Volume Threshold**: Minimum volume increase for valid signals (default: 20%)
## 📈 Best For
- Swing trading strategies
- Breakout confirmation
- Support/resistance trading
- Volume-based entry signals
## 🔍 How It Works
1. Identifies pivot highs/lows using configurable periods
2. Calculates volume oscillator for confirmation
3. Generates BUY signals on resistance breaks with volume
4. Generates SELL signals on support breaks with volume
5. Detects wick patterns for potential reversals
## 📋 Updates in This Version
- Enhanced BUY/SELL signal clarity (replaced generic "B" labels)
- Added Bull Wick and Bear Wick alert conditions
- Updated to Pine Script v6 compatibility
- Improved signal filtering and accuracy
## ⚠️ Disclaimer
This indicator is for educational and informational purposes only. Always conduct your own analysis and risk management before making trading decisions. Past performance does not guarantee future results.
---
**Original Script**: "Support and Resistance Levels with Breaks" by LuxAlgo
**License**: CC BY-NC-SA 4.0
**Enhanced by**: profitgang
**Version**: Pine Script v6